home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
CHIP Haziran 2001.iso
/
prog
/
online
/
04
/
setup.exe
/
NOIPUpdater.exe
/
0
/
RCDATA
/
TMSGFORM
/
TMSGFORM.txt
Wrap
Text File
|
2001-04-29
|
928b
|
46 lines
object MsgForm: TMsgForm
Left = 419
Top = 301
Width = 276
Height = 323
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'No-IP News!'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 268
Height = 257
TabStop = False
Align = alTop
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'No news to view.')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Button1: TButton
Left = 96
Top = 264
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Cancel = True
Caption = '&OK'
Default = True
TabOrder = 1
OnClick = Button1Click
end
end